-- card: 35864 from stack: in.0-2 -- bmap block id: 36119 -- flags: 0000 -- background id: 10385 -- name: ----- HyperTalk script ----- on closeCard repeat with n = 1 to 3 show btn ("b" & n) end repeat end closecard -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=396 top=251 right=272 bottom=420 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp lock screen go next unlock screen with wipe right end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=396 top=275 right=296 bottom=420 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp lock screen go prev unlock screen with wipe left end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=171 top=146 right=177 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b1 -- part 4 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=171 top=180 right=213 bottom=254 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b2 -- part 5 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=171 top=216 right=249 bottom=317 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b3 -- part 6 (button) -- low flags: 00 -- high flags: A004 -- rect: left=130 top=153 right=169 bottom=162 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: 1988 ----- HyperTalk script ----- on mouseUp lock screen hide btn "b1" unlock screen with wipe right slow end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: A004 -- rect: left=130 top=188 right=204 bottom=162 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: 1989 ----- HyperTalk script ----- on mouseUp lock screen hide btn "b2" unlock screen with wipe right slow end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: A004 -- rect: left=130 top=224 right=240 bottom=162 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: 1990 ----- HyperTalk script ----- on mouseUp lock screen hide btn "b3" unlock screen with wipe right slow end mouseUp